-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EZP-29101: Implement permissions for Content Types #549
Conversation
title="{{ 'content_type_group.view.list.action.edit'|trans|desc('Edit') }}" | ||
href="{{ edit_url }}" | ||
class="btn btn-icon mx-3"> | ||
<svg class="ez-icon ez-icon-edit"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove the ez-icon-edit
class name. It's not defined anywhere in CSS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sunpietro fixed
title="{{ 'content_type.view.list.action.add'|trans|desc('Create a Content Type') }}" | ||
class="btn btn-primary"> | ||
<svg class="ez-icon ez-icon-create"> | ||
<use xmlns:xlink="http://www.w3.org/1999/xlink" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part: xmlns:xlink="http://www.w3.org/1999/xlink"
is not needed at all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, fix it in other places as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sunpietro fixed. As we discussed I will make another PR for other places.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA approve
Checklist:
$ composer fix-cs
)